MailboxQuery Constructor (String, IListMailboxSearchScope) |
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic MailboxQuery(
string query,
IList<MailboxSearchScope> mailboxSearchScopes
)
Public Sub New (
query As String,
mailboxSearchScopes As IList(Of MailboxSearchScope)
)
Parameters
- query
- Type: SystemString
The query. - mailboxSearchScopes
- Type: System.Collections.GenericIListMailboxSearchScope
The mailbox search scopes.
See Also